From 280e8329b4b3f0a4cab8d05a892bdc3f45666717 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Dec 2010 12:42:03 -0500 Subject: [PATCH] Match parameters between headers and doc comment --- gdk/gdkdnd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h index 080af34db9..76e7a293cc 100644 --- a/gdk/gdkdnd.h +++ b/gdk/gdkdnd.h @@ -122,7 +122,7 @@ void gdk_drag_status (GdkDragContext *context, GdkDragAction action, guint32 time_); void gdk_drop_reply (GdkDragContext *context, - gboolean ok, + gboolean accepted, guint32 time_); void gdk_drop_finish (GdkDragContext *context, gboolean success, -- 2.30.2